KikuGie's Commons
Toggle table of contents
0.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
KikuGie's Commons
KikuGie's Commons
/
dev.kikugie.commons.collections
/
FixedQueue
/
FixedQueueIterator
Fixed
Queue
Iterator
inner
class
FixedQueueIterator
:
MutableIterator
<
T
>
(
source
)
Members
Constructors
Fixed
Queue
Iterator
Link copied to clipboard
constructor
(
)
Functions
has
Next
Link copied to clipboard
open
operator override
fun
hasNext
(
)
:
Boolean
next
Link copied to clipboard
open
operator override
fun
next
(
)
:
T
remove
Link copied to clipboard
open
override
fun
remove
(
)